C1.PivotEngine Assembly / C1.PivotEngine Namespace / ValueSet<T> Class / SameValues Method
Array containing the values to compare.

In This Topic
SameValues Method
In This Topic
Determines whether the values in this set are the same as the ones in a given array.
Syntax
'Declaration
 
Public Function SameValues( _
   ByVal values() As T _
) As Boolean
 

Parameters

values
Array containing the values to compare.

Return Value

True if the values in this set are the same as the ones in the values array.
See Also